home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- puppetSprite(9, 1)
- set the castNum of sprite 9 to 22
- updateStage()
- sound playFile 1, "click"
- repeat while soundBusy(1)
- nothing()
- end repeat
- set the castNum of sprite 9 to 14
- updateStage()
- puppetSprite(9, 0)
- go("hc")
- end
-